From: Roan Kattouw Date: Wed, 10 Jun 2009 18:09:21 +0000 (+0000) Subject: Remove call to print_c() function which seems to have disappeared off the face of... X-Git-Tag: 1.31.0-rc.0~41425 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=c5009dfaf6ea2e475e54e7c9f4b6d8eb9ed21899;p=lhc%2Fweb%2Fwiklou.git Remove call to print_c() function which seems to have disappeared off the face of the earth --- diff --git a/maintenance/rebuildtextindex.inc b/maintenance/rebuildtextindex.inc index f972d14e51..fc059f8e0f 100644 --- a/maintenance/rebuildtextindex.inc +++ b/maintenance/rebuildtextindex.inc @@ -45,7 +45,7 @@ function rebuildTextIndex( &$database ) $n = 0; while ( $n < $count ) { - print_c( $n - 1, $n); + echo $n . "\n"; $end = $n + RTI_CHUNK_SIZE - 1; $sql = "SELECT page_id, page_namespace, page_title, old_flags, old_text FROM $page, $revision, $text